Fills a polygon specified by an array of points, using a specified color and fill mode.
シンタックス
'宣言
Public Overloads Sub FillPolygon( _
ByVal () As System.Drawing.PointF, _
ByVal As System.Drawing.Color, _
Optional ByVal As FillMode _
)
public void FillPolygon(
System.Drawing.PointF[] ,
System.Drawing.Color ,
FillMode
)
パラメータ
- points
- An array of points specifying the polygon.
- color
- The fill color.
- fillMode
- The fill mode (alternate by default).
参照